From 648f22cb19b6b2db96059c597275d8f06893f393 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Fri, 7 Aug 2015 17:18:59 +0300 Subject: [PATCH] Add line breaks between label and value in "Username" and "Password" This is supposed to separate the label from the value, which is needed to avoid messing it up in RTL languages. Bug: T108321 Change-Id: Idde5841c1099e171cd911cc25fb1771eda885723 --- languages/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 58593658b7..3bf72d5c0b 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -549,7 +549,7 @@ "passwordreset-emailtitle": "Account details on {{SITENAME}}", "passwordreset-emailtext-ip": "Someone (probably you, from IP address $1) requested a reset of your\npassword for {{SITENAME}} ($4). The following user {{PLURAL:$3|account is|accounts are}}\nassociated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.", "passwordreset-emailtext-user": "User $1 on {{SITENAME}} requested a reset of your password for {{SITENAME}}\n($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.", - "passwordreset-emailelement": "Username: $1\nTemporary password: $2", + "passwordreset-emailelement": "Username:\n$1\n\nTemporary password:\n$2", "passwordreset-emailsent": "A password reset email has been sent.", "passwordreset-emailsent-capture": "A password reset email has been sent, which is shown below.", "passwordreset-emailerror-capture": "A password reset email was generated, which is shown below, but sending it to the {{GENDER:$2|user}} failed: $1", -- 2.20.1